projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad0e901
)
Fix typo in GtkIconPaintable is-symbolic property
author
Alexander Larsson
<alexl@redhat.com>
Mon, 10 Feb 2020 12:30:57 +0000
(13:30 +0100)
committer
Alexander Larsson
<alexl@redhat.com>
Mon, 10 Feb 2020 12:30:57 +0000
(13:30 +0100)
gtk/gtkicontheme.c
patch
|
blob
|
history
diff --git
a/gtk/gtkicontheme.c
b/gtk/gtkicontheme.c
index 4adacf54ce522019164a2220e0464c41295ee002..b78de4635eeee3f41b8fde2ed126076cb0e1b6d4 100644
(file)
--- a/
gtk/gtkicontheme.c
+++ b/
gtk/gtkicontheme.c
@@
-3370,7
+3370,7
@@
gtk_icon_paintable_class_init (GtkIconPaintableClass *klass)
*
* Whether the icon is symbolic or not.
*/
- g_object_class_install_property (gobject_class, PROP_I
CON_NAME
,
+ g_object_class_install_property (gobject_class, PROP_I
S_SYMBOLIC
,
g_param_spec_boolean ("is-symbolic",
P_("Is symbolic"),
P_("If the icon is symbolic"),